From 00aabea699d6130b509632a1e2da4a88b9cc0423 Mon Sep 17 00:00:00 2001 From: "Daniel Campoverde [alx741]" Date: Fri, 8 Jul 2016 15:27:46 -0500 Subject: [PATCH] Man pages: add 'doc' flag --- src/etc/man/cargo-test.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/etc/man/cargo-test.1 b/src/etc/man/cargo-test.1 index bbf90c951..63f1b2b80 100644 --- a/src/etc/man/cargo-test.1 +++ b/src/etc/man/cargo-test.1 @@ -57,6 +57,11 @@ Test only this package\[aq]s library. .RS .RE .TP +.B \-\-doc +Test only this library\[aq]s documentation +.RS +.RE +.TP .B \-\-bin \f[I]NAME\f[] Test only the specified binary. .RS -- 2.30.2